StartTrackingHeapObjectsRequest

data class StartTrackingHeapObjectsRequest(trackAllocations: Boolean?)

Represents request frame that can be used with HeapProfiler#startTrackingHeapObjects operation call.

See also

Constructors

StartTrackingHeapObjectsRequest
Link copied to clipboard
fun StartTrackingHeapObjectsRequest(trackAllocations: Boolean? = null)

Properties

trackAllocations
Link copied to clipboard
val trackAllocations: Boolean? = null

Sources

jvm source
Link copied to clipboard